Denizen Script Language Explanations


Language Explanations explain components of Denizen in a more direct and technical way than The Beginner's Guide.


Showing 1 out of 81 language explanations...
NameDisplay Entity Interpolation
DescriptionDisplay entities can interpolate between different properties, providing a smooth transition.
Interpolation can be started (immediately or with a delay) using Property:EntityTag.interpolation_start, and it's duration can be set using Property:EntityTag.interpolation_duration.
The following properties can be interpolated: Property:EntityTag.scale, Property:EntityTag.translation, Property:EntityTag.shadow_radius, Property:EntityTag.shadow_strength, Mechanism:EntityTag.opacity, Property:EntityTag.left_rotation, Property:EntityTag.right_rotation.
GroupMinecraft Logic
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityInterpolationStart.java#L10